net/netip.Addr.isZero (method)
2 uses
net/netip (current package)
netip.go#L378: func (ip Addr) isZero() bool {
netip.go#L1283: func (p Prefix) IsValid() bool { return !p.ip.isZero() && p.bits >= 0 && int(p.bits) <= p.ip.BitLen() }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)